3.334 \(\int \frac{\cos ^{\frac{2}{3}}(x)}{\sin ^{\frac{8}{3}}(x)} \, dx\)

Optimal. Leaf size=16 \[ -\frac{3 \cos ^{\frac{5}{3}}(x)}{5 \sin ^{\frac{5}{3}}(x)} \]

[Out]

(-3*Cos[x]^(5/3))/(5*Sin[x]^(5/3))

________________________________________________________________________________________

Rubi [A]  time = 0.0220673, antiderivative size = 16, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 1, integrand size = 13, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.077, Rules used = {2563} \[ -\frac{3 \cos ^{\frac{5}{3}}(x)}{5 \sin ^{\frac{5}{3}}(x)} \]

Antiderivative was successfully verified.

[In]

Int[Cos[x]^(2/3)/Sin[x]^(8/3),x]

[Out]

(-3*Cos[x]^(5/3))/(5*Sin[x]^(5/3))

Rule 2563

Int[(cos[(e_.) + (f_.)*(x_)]*(b_.))^(n_.)*((a_.)*sin[(e_.) + (f_.)*(x_)])^(m_.), x_Symbol] :> Simp[((a*Sin[e +
 f*x])^(m + 1)*(b*Cos[e + f*x])^(n + 1))/(a*b*f*(m + 1)), x] /; FreeQ[{a, b, e, f, m, n}, x] && EqQ[m + n + 2,
 0] && NeQ[m, -1]

Rubi steps

\begin{align*} \int \frac{\cos ^{\frac{2}{3}}(x)}{\sin ^{\frac{8}{3}}(x)} \, dx &=-\frac{3 \cos ^{\frac{5}{3}}(x)}{5 \sin ^{\frac{5}{3}}(x)}\\ \end{align*}

Mathematica [A]  time = 0.010515, size = 16, normalized size = 1. \[ -\frac{3 \cos ^{\frac{5}{3}}(x)}{5 \sin ^{\frac{5}{3}}(x)} \]

Antiderivative was successfully verified.

[In]

Integrate[Cos[x]^(2/3)/Sin[x]^(8/3),x]

[Out]

(-3*Cos[x]^(5/3))/(5*Sin[x]^(5/3))

________________________________________________________________________________________

Maple [F]  time = 0.044, size = 0, normalized size = 0. \begin{align*} \int{ \left ( \cos \left ( x \right ) \right ) ^{{\frac{2}{3}}} \left ( \sin \left ( x \right ) \right ) ^{-{\frac{8}{3}}}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cos(x)^(2/3)/sin(x)^(8/3),x)

[Out]

int(cos(x)^(2/3)/sin(x)^(8/3),x)

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\cos \left (x\right )^{\frac{2}{3}}}{\sin \left (x\right )^{\frac{8}{3}}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(x)^(2/3)/sin(x)^(8/3),x, algorithm="maxima")

[Out]

integrate(cos(x)^(2/3)/sin(x)^(8/3), x)

________________________________________________________________________________________

Fricas [A]  time = 2.45454, size = 62, normalized size = 3.88 \begin{align*} \frac{3 \, \cos \left (x\right )^{\frac{5}{3}} \sin \left (x\right )^{\frac{1}{3}}}{5 \,{\left (\cos \left (x\right )^{2} - 1\right )}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(x)^(2/3)/sin(x)^(8/3),x, algorithm="fricas")

[Out]

3/5*cos(x)^(5/3)*sin(x)^(1/3)/(cos(x)^2 - 1)

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(x)**(2/3)/sin(x)**(8/3),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\cos \left (x\right )^{\frac{2}{3}}}{\sin \left (x\right )^{\frac{8}{3}}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cos(x)^(2/3)/sin(x)^(8/3),x, algorithm="giac")

[Out]

integrate(cos(x)^(2/3)/sin(x)^(8/3), x)